{ "version": 4, "terraform_version": "1.6.5", "serial": 268, "lineage": "d531e476-96ff-7778-930c-13a2ce78bd88", "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-4c650e3901658911e", "ami": "ami-aeb0b7ec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e238ebb6"], "subnet_id": "subnet-22549f85", "key_name": "prod-deploy-key" } } ] } ] }