{ "version": 4, "terraform_version": "1.5.2", "serial": 593, "lineage": "c7b5b3c8-35f5-a690-8377-b0aa7a0ea5cf", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-183cc58ea26e7a797", "ami": "ami-79dfb66b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-876c46e8"], "subnet_id": "subnet-0ff48a6c", "key_name": "prod-deploy-key" } } ] } ] }