{ "version": 4, "terraform_version": "1.5.7", "serial": 503, "lineage": "6e3dc22c-6484-cf6b-aa43-05dfc433c774", "outputs": { "db_endpoint": { "value": "db-1.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-fcee9198204066200", "ami": "ami-7a54f3a3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4325f86d"], "subnet_id": "subnet-552d11cb", "key_name": "prod-deploy-key" } } ] } ] }