{ "version": 4, "terraform_version": "1.5.6", "serial": 255, "lineage": "14300370-adb1-94bd-1bd7-3930fc9582c3", "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-8afc33c217f35d50d", "ami": "ami-cc0c611b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d53b9491"], "subnet_id": "subnet-b40a45aa", "key_name": "prod-deploy-key" } } ] } ] }