{ "version": 4, "terraform_version": "1.6.6", "serial": 336, "lineage": "f858da93-6558-3a3f-182c-28a5b941fa1b", "outputs": { "db_endpoint": { "value": "db-0.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-bef95d8bb36c25b17", "ami": "ami-ce14028c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a46a5b1f"], "subnet_id": "subnet-40a2b46f", "key_name": "prod-deploy-key" } } ] } ] }