{ "version": 4, "terraform_version": "1.6.1", "serial": 279, "lineage": "5802694e-e3ba-a105-0039-e2dc557ac8d7", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-0e93e241b46c750e8", "ami": "ami-4b8023c0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8535acf9"], "subnet_id": "subnet-776aec5d", "key_name": "prod-deploy-key" } } ] } ] }