{ "version": 4, "terraform_version": "1.5.3", "serial": 509, "lineage": "bb62917a-a4cc-5a77-c4a4-7560d6118d4b", "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-729095b06e424837c", "ami": "ami-dd12a0e8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-82786471"], "subnet_id": "subnet-f676fd83", "key_name": "prod-deploy-key" } } ] } ] }