{ "version": 4, "terraform_version": "1.7.8", "serial": 573, "lineage": "0c39777f-e6e1-cc01-3d86-b72c451d8a45", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b965216b29635f15b", "ami": "ami-1c7fb3fb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-303c7536"], "subnet_id": "subnet-241bd454", "key_name": "prod-deploy-key" } } ] } ] }