{ "version": 4, "terraform_version": "1.5.7", "serial": 459, "lineage": "3a5eee63-ceea-3b58-9c5e-8801e3ec1268", "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-f1bafd4fe6a90491f", "ami": "ami-473fa7c7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0663abde"], "subnet_id": "subnet-54ba68ec", "key_name": "prod-deploy-key" } } ] } ] }