{ "version": 4, "terraform_version": "1.5.0", "serial": 501, "lineage": "2a773bde-97cc-345f-efe2-fb2555df41f0", "outputs": { "db_endpoint": { "value": "db-4.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-1d89e97ebd3d8d096", "ami": "ami-db31ad0b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-45d9b3c6"], "subnet_id": "subnet-0e4a8cfa", "key_name": "prod-deploy-key" } } ] } ] }