{ "version": 4, "terraform_version": "1.8.5", "serial": 290, "lineage": "092bb85f-08b2-d60c-b4ce-7da4aae9c21e", "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-9b0d4edd335b83d8f", "ami": "ami-67bc8108", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-61bcf5b0"], "subnet_id": "subnet-13a63cbc", "key_name": "prod-deploy-key" } } ] } ] }