{ "version": 4, "terraform_version": "1.7.8", "serial": 345, "lineage": "2cab8b60-d8eb-a1f7-35c6-723075968d50", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c9f233c66138f34a4", "ami": "ami-26660d9e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8543173f"], "subnet_id": "subnet-e3007a60", "key_name": "prod-deploy-key" } } ] } ] }