{ "version": 4, "terraform_version": "1.5.6", "serial": 490, "lineage": "eee69be2-901c-5f8b-8cad-3df857cb4335", "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-cbfbc6728f4c978da", "ami": "ami-130af9c4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-57ba3c00"], "subnet_id": "subnet-18a15d32", "key_name": "prod-deploy-key" } } ] } ] }