{ "version": 4, "terraform_version": "1.8.3", "serial": 400, "lineage": "f986471b-0e36-cd16-ea47-d653330d8955", "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-0d07f67d7006edf8d", "ami": "ami-7d1ae3c0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-675d0894"], "subnet_id": "subnet-6319b573", "key_name": "prod-deploy-key" } } ] } ] }