{ "version": 4, "terraform_version": "1.6.5", "serial": 243, "lineage": "98aa732f-a526-5a3b-46f5-625cc5f2029e", "outputs": { "db_endpoint": { "value": "db-2.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-63d1cf5f4ba866605", "ami": "ami-0eae6c8c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5e2b3755"], "subnet_id": "subnet-ec96feb3", "key_name": "prod-deploy-key" } } ] } ] }