{ "version": 4, "terraform_version": "1.5.1", "serial": 105, "lineage": "7cc277c1-7ab0-057f-2b68-0a53ceaec7f9", "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-5bdd62700a1abc591", "ami": "ami-489957fc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0b33dcfe"], "subnet_id": "subnet-1bd6b3b6", "key_name": "prod-deploy-key" } } ] } ] }