{ "version": 4, "terraform_version": "1.5.7", "serial": 517, "lineage": "60f51cc6-c348-2bfc-1077-6059a8b6d689", "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-fd29e5c9197d6c7db", "ami": "ami-5427f077", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5882efa8"], "subnet_id": "subnet-db17aa14", "key_name": "prod-deploy-key" } } ] } ] }