{ "version": 4, "terraform_version": "1.5.5", "serial": 415, "lineage": "2c652cf4-a81b-2d5f-7613-89f3d834c2c7", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-34657edf599fd5007", "ami": "ami-3e7c4ba3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-84940709"], "subnet_id": "subnet-a257c00d", "key_name": "prod-deploy-key" } } ] } ] }