{ "version": 4, "terraform_version": "1.5.6", "serial": 590, "lineage": "5d68e1a5-4061-0188-f4ca-1e856856a2f0", "outputs": { "db_endpoint": { "value": "db-2.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-f2ca801f66548d047", "ami": "ami-3bb571f9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a9b93d80"], "subnet_id": "subnet-fa3323e9", "key_name": "prod-deploy-key" } } ] } ] }