{ "version": 4, "terraform_version": "1.6.0", "serial": 464, "lineage": "e572e06f-0230-d770-82f5-ca5f247a6982", "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-8549df810f4cbfec4", "ami": "ami-0940a614", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-eac82c8b"], "subnet_id": "subnet-1cd8fa85", "key_name": "prod-deploy-key" } } ] } ] }