{ "version": 4, "terraform_version": "1.6.5", "serial": 311, "lineage": "5e8dbd93-8dca-2508-e109-5e3b95740ebf", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-dd42173dda2408448", "ami": "ami-23f87108", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-69a6aa9f"], "subnet_id": "subnet-bee60929", "key_name": "prod-deploy-key" } } ] } ] }