{ "version": 4, "terraform_version": "1.7.2", "serial": 598, "lineage": "ee49d44b-5118-34e2-58df-8cb254c86522", "outputs": { "db_endpoint": { "value": "db-3.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-ffe7d0e203f9176d8", "ami": "ami-cfea7a78", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9c4de563"], "subnet_id": "subnet-fe0d4b75", "key_name": "prod-deploy-key" } } ] } ] }