{ "version": 4, "terraform_version": "1.7.1", "serial": 599, "lineage": "32441771-095d-b8b2-6520-dbd006e5c58f", "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-a1740f8e93b15686e", "ami": "ami-1522a62b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-04e8ee88"], "subnet_id": "subnet-9aaaacaa", "key_name": "prod-deploy-key" } } ] } ] }