{ "version": 4, "terraform_version": "1.8.8", "serial": 410, "lineage": "2b288234-bd1d-a63f-deeb-7bb4bf0381aa", "outputs": { "db_endpoint": { "value": "db-3.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-703e5dfbc86e5ba7c", "ami": "ami-0b61b800", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0f639068"], "subnet_id": "subnet-40861bd6", "key_name": "prod-deploy-key" } } ] } ] }