{ "version": 4, "terraform_version": "1.5.8", "serial": 119, "lineage": "fd6af701-561c-ce7e-bd2b-3e02b853aa92", "outputs": { "db_endpoint": { "value": "db-3.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-48abda7959a99879e", "ami": "ami-6c8636a7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2bd08e08"], "subnet_id": "subnet-3d259447", "key_name": "prod-deploy-key" } } ] } ] }