{ "version": 4, "terraform_version": "1.6.8", "serial": 572, "lineage": "75e11e5c-c0ab-5f3d-5a79-63dd69768266", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-3842eb31d79fd1864", "ami": "ami-3027ca7e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8ddc1851"], "subnet_id": "subnet-6b2ecee5", "key_name": "prod-deploy-key" } } ] } ] }