{ "version": 4, "terraform_version": "1.6.3", "serial": 443, "lineage": "3069e49a-956c-36f8-ac38-db7746644589", "outputs": { "db_endpoint": { "value": "db-4.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-ca198e0dad81a3db3", "ami": "ami-300b785d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-85466557"], "subnet_id": "subnet-413cf949", "key_name": "prod-deploy-key" } } ] } ] }