{ "version": 4, "terraform_version": "1.5.4", "serial": 414, "lineage": "717cdbc8-1bae-0065-f7ac-b1239db7f75a", "outputs": { "db_endpoint": { "value": "db-1.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-64171183ba662d5ad", "ami": "ami-c70db3c0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9370e669"], "subnet_id": "subnet-282efc28", "key_name": "prod-deploy-key" } } ] } ] }