{ "version": 4, "terraform_version": "1.6.5", "serial": 156, "lineage": "25bfca2a-a3c0-61f7-4853-0afede508b7f", "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-4f36ba38a406ea5ec", "ami": "ami-09b51f35", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-265537b0"], "subnet_id": "subnet-b253ebe3", "key_name": "prod-deploy-key" } } ] } ] }