{ "version": 4, "terraform_version": "1.5.6", "serial": 147, "lineage": "c2e6cb7a-1df9-5915-603d-8e2e3d14453e", "outputs": { "db_endpoint": { "value": "db-1.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-a1c6b72da6a4db312", "ami": "ami-b589c467", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-00971c1a"], "subnet_id": "subnet-e6c27967", "key_name": "prod-deploy-key" } } ] } ] }