{ "version": 4, "terraform_version": "1.7.4", "serial": 591, "lineage": "1144e4b1-99ed-350e-62a8-c78cb1b467ed", "outputs": { "db_endpoint": { "value": "db-0.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-82b3a7392e89e809e", "ami": "ami-d1c9e334", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ec6ca5b5"], "subnet_id": "subnet-2b08ae76", "key_name": "prod-deploy-key" } } ] } ] }