{ "version": 4, "terraform_version": "1.6.1", "serial": 235, "lineage": "b92c1d95-7146-5464-a36e-df27b90b8498", "outputs": { "db_endpoint": { "value": "db-4.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-94956fb49e904cf2b", "ami": "ami-d23bf55d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-db57fa22"], "subnet_id": "subnet-a33c69ca", "key_name": "prod-deploy-key" } } ] } ] }