{ "version": 4, "terraform_version": "1.7.9", "serial": 256, "lineage": "1e9dcff8-12ad-0a8f-8070-2e5fae16d805", "outputs": { "db_endpoint": { "value": "db-3.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-5bf90b7f052d55274", "ami": "ami-535cfc2b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3723f32d"], "subnet_id": "subnet-094c949a", "key_name": "prod-deploy-key" } } ] } ] }