{ "version": 4, "terraform_version": "1.7.6", "serial": 346, "lineage": "bc1b2c45-4902-6933-48da-8686ad6c7fd2", "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-ea2754d34d145e4f0", "ami": "ami-ed521dca", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-71d88f56"], "subnet_id": "subnet-19afb9d3", "key_name": "prod-deploy-key" } } ] } ] }