{ "version": 4, "terraform_version": "1.5.4", "serial": 356, "lineage": "4bc96af0-07e9-b4de-874f-785cda53db1a", "outputs": { "db_endpoint": { "value": "db-1.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-1a54602ca65829b42", "ami": "ami-425c6694", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e8910151"], "subnet_id": "subnet-379b120b", "key_name": "prod-deploy-key" } } ] } ] }