{ "version": 4, "terraform_version": "1.8.4", "serial": 489, "lineage": "57cf3278-0417-7220-b4df-b6c157038cc4", "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-05c7e6220e95ef57b", "ami": "ami-2053e7d2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-56878d95"], "subnet_id": "subnet-9fdb06e9", "key_name": "prod-deploy-key" } } ] } ] }