{ "version": 4, "terraform_version": "1.5.8", "serial": 296, "lineage": "1cf7429c-b4b6-8756-905e-10c7c9a2f54d", "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-f750795b36f735116", "ami": "ami-20d697cb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d9063e44"], "subnet_id": "subnet-a2eb65ba", "key_name": "prod-deploy-key" } } ] } ] }