{ "version": 4, "terraform_version": "1.8.5", "serial": 330, "lineage": "d0f6087e-b924-8831-3a23-2da7cb933021", "outputs": { "db_endpoint": { "value": "db-1.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-2ed692a82639a98bb", "ami": "ami-344ac1f3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e7a0cd53"], "subnet_id": "subnet-04df61f9", "key_name": "prod-deploy-key" } } ] } ] }