{ "version": 4, "terraform_version": "1.7.2", "serial": 530, "lineage": "15f65f0f-a137-1b69-60f9-e9cdc0d91ff3", "outputs": { "db_endpoint": { "value": "db-4.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-53ff06b6a96afd096", "ami": "ami-7c12444d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fce6f07b"], "subnet_id": "subnet-42fffc64", "key_name": "prod-deploy-key" } } ] } ] }