{ "version": 4, "terraform_version": "1.5.0", "serial": 453, "lineage": "f65ae9ee-7118-b357-847c-8e703dc8df78", "outputs": { "db_endpoint": { "value": "db-2.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-bb17980ec7038475d", "ami": "ami-29e41dc1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d5d37c5e"], "subnet_id": "subnet-0f60e176", "key_name": "prod-deploy-key" } } ] } ] }