{ "version": 4, "terraform_version": "1.7.9", "serial": 445, "lineage": "58b80115-c800-5bbd-95a8-a3121ce1faaf", "outputs": { "db_endpoint": { "value": "db-1.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-d60e826b3ffd44588", "ami": "ami-768251a3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c866442d"], "subnet_id": "subnet-bcc1289d", "key_name": "prod-deploy-key" } } ] } ] }