{ "version": 4, "terraform_version": "1.6.3", "serial": 284, "lineage": "ea2d9d4d-d658-ba76-e0bd-66e8485c31e4", "outputs": { "db_endpoint": { "value": "db-2.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-9d61a44e7c511d009", "ami": "ami-e5c567e5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ae0b6a76"], "subnet_id": "subnet-22a33672", "key_name": "prod-deploy-key" } } ] } ] }