{ "version": 4, "terraform_version": "1.6.1", "serial": 275, "lineage": "7593394a-80eb-1237-83e0-846fdf987126", "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-cc7022f2ad7dcf527", "ami": "ami-ff445948", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3fb7a135"], "subnet_id": "subnet-227c8d29", "key_name": "prod-deploy-key" } } ] } ] }