{ "version": 4, "terraform_version": "1.6.9", "serial": 335, "lineage": "16e683a0-1f26-cf35-5a1f-a2723bc29876", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-b68fb98b16f607318", "ami": "ami-272bf75f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d601b58b"], "subnet_id": "subnet-7d42d3f6", "key_name": "prod-deploy-key" } } ] } ] }