{ "version": 4, "terraform_version": "1.8.7", "serial": 185, "lineage": "b8633872-be7a-3477-fe53-3d80ee33de99", "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-d946915a3cd29f110", "ami": "ami-2efbc154", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f11712a7"], "subnet_id": "subnet-3a5bbb7d", "key_name": "prod-deploy-key" } } ] } ] }