{ "version": 4, "terraform_version": "1.8.0", "serial": 254, "lineage": "3dc5ad2c-26fd-d11c-4f0d-4c8a5c8eca12", "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-3f9a1a6fad31d6383", "ami": "ami-e5a42890", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bfec7850"], "subnet_id": "subnet-5a42d2b2", "key_name": "prod-deploy-key" } } ] } ] }