{ "version": 4, "terraform_version": "1.8.9", "serial": 582, "lineage": "d46285e7-947d-25b3-be04-5af552e1f321", "outputs": { "db_endpoint": { "value": "db-1.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-30e649d5b8e7f6fce", "ami": "ami-a9959d19", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-be19e381"], "subnet_id": "subnet-c18430e9", "key_name": "prod-deploy-key" } } ] } ] }