{ "version": 4, "terraform_version": "1.6.5", "serial": 241, "lineage": "17fb6bde-197b-9d41-36eb-6a35bcca431f", "outputs": { "db_endpoint": { "value": "db-2.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-fa82bb353c1d8b8b8", "ami": "ami-2eadf00a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9ca12562"], "subnet_id": "subnet-f727b7a5", "key_name": "prod-deploy-key" } } ] } ] }