{ "version": 4, "terraform_version": "1.8.3", "serial": 131, "lineage": "5f3f3f81-040e-2e2a-ea18-3d5c1a2f231c", "outputs": { "db_endpoint": { "value": "db-4.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-d1707cf82d50053f4", "ami": "ami-95b2af97", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5dbceaeb"], "subnet_id": "subnet-12090107", "key_name": "prod-deploy-key" } } ] } ] }