{ "version": 4, "terraform_version": "1.6.8", "serial": 217, "lineage": "81bf5d2c-47a5-3b17-49ff-638a746e69e9", "outputs": { "db_endpoint": { "value": "db-4.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-61361ad0f43b969c8", "ami": "ami-bc9772ec", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c2d65a58"], "subnet_id": "subnet-ac2d012a", "key_name": "prod-deploy-key" } } ] } ] }