{ "version": 4, "terraform_version": "1.6.3", "serial": 396, "lineage": "45e27ebf-067b-3c8f-1f12-b04fa7e7eddf", "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-28a79ba0a79c26f53", "ami": "ami-7836dce5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-20e49a02"], "subnet_id": "subnet-f1a3ec35", "key_name": "prod-deploy-key" } } ] } ] }