{ "version": 4, "terraform_version": "1.8.3", "serial": 333, "lineage": "e38a498b-3c15-1112-c7f6-55a7b1c43a65", "outputs": { "db_endpoint": { "value": "db-0.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-68858889adaed67fe", "ami": "ami-7dc08a7c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f3b4b06"], "subnet_id": "subnet-3ee88d4e", "key_name": "prod-deploy-key" } } ] } ] }