{ "version": 4, "terraform_version": "1.6.6", "serial": 501, "lineage": "ff55a78a-1ef3-eb36-f63f-662b30ae4a78", "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-d4dfa01097023f72a", "ami": "ami-40324f44", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f4368d45"], "subnet_id": "subnet-e3423258", "key_name": "prod-deploy-key" } } ] } ] }