{ "version": 4, "terraform_version": "1.5.4", "serial": 305, "lineage": "64781bce-58a1-92a6-0b1a-c660c4b946c1", "outputs": { "db_endpoint": { "value": "db-0.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-e2b8c13b7f1b21477", "ami": "ami-28d1f307", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-25243d73"], "subnet_id": "subnet-8aea7c09", "key_name": "prod-deploy-key" } } ] } ] }