{ "version": 4, "terraform_version": "1.6.5", "serial": 579, "lineage": "677f9bc7-5b15-40e4-223f-e04469b2ff83", "outputs": { "db_endpoint": { "value": "db-2.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-06bca2279155413e3", "ami": "ami-504e9bc0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-dc5ab32e"], "subnet_id": "subnet-457ce993", "key_name": "prod-deploy-key" } } ] } ] }