{ "version": 4, "terraform_version": "1.7.4", "serial": 555, "lineage": "abc6b578-34b8-ecb4-4aea-eec6a3261ece", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-0deaf5b957f999e90", "ami": "ami-369503ca", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-051a68f6"], "subnet_id": "subnet-39a3e8d9", "key_name": "prod-deploy-key" } } ] } ] }