{ "version": 4, "terraform_version": "1.5.8", "serial": 420, "lineage": "998868a0-1a34-1aa0-a533-ac9bbf8f7ec9", "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-ceaf902e6e2251999", "ami": "ami-2a88fc96", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9bfd77c1"], "subnet_id": "subnet-44f46e20", "key_name": "prod-deploy-key" } } ] } ] }