{ "version": 4, "terraform_version": "1.6.2", "serial": 220, "lineage": "e3d75f18-f10b-9b92-ac6a-42953d47101d", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2b4708fe52cdfa728", "ami": "ami-3cd229c1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6923325e"], "subnet_id": "subnet-b6a7eda3", "key_name": "prod-deploy-key" } } ] } ] }