{ "version": 4, "terraform_version": "1.7.3", "serial": 153, "lineage": "d1b6771e-57ae-0217-a623-c5650c35ef64", "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-33acffed974752e31", "ami": "ami-4af97454", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-83db63d8"], "subnet_id": "subnet-2ffe75e6", "key_name": "prod-deploy-key" } } ] } ] }