{ "version": 4, "terraform_version": "1.8.5", "serial": 432, "lineage": "a233a68b-2b09-8f02-a72e-aeda1d8374da", "outputs": { "db_endpoint": { "value": "db-0.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-1ca88a647227f92f4", "ami": "ami-441451ac", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0e4dabe7"], "subnet_id": "subnet-4099c9e9", "key_name": "prod-deploy-key" } } ] } ] }