{ "version": 4, "terraform_version": "1.8.7", "serial": 427, "lineage": "d4b55b1f-ee66-1cdf-1ab5-7557b973eaff", "outputs": { "db_endpoint": { "value": "db-3.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-eaf4d1ef0c5b37dae", "ami": "ami-23f706ee", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b9db4eaf"], "subnet_id": "subnet-6b104333", "key_name": "prod-deploy-key" } } ] } ] }