{ "version": 4, "terraform_version": "1.6.1", "serial": 326, "lineage": "585a58da-43ac-079b-fb22-e24a219b34c1", "outputs": { "db_endpoint": { "value": "db-2.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-5415d0f04be01ac03", "ami": "ami-9afe5fa2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3a7fb7e5"], "subnet_id": "subnet-384f6813", "key_name": "prod-deploy-key" } } ] } ] }