{ "version": 4, "terraform_version": "1.7.0", "serial": 577, "lineage": "7ee1d07b-f63a-017d-f492-688b2749f9eb", "outputs": { "db_endpoint": { "value": "db-3.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-903092577e126674f", "ami": "ami-6dba750b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-200d18bf"], "subnet_id": "subnet-1a62972d", "key_name": "prod-deploy-key" } } ] } ] }